|
Oracle® Database XML Java API Reference 10g Release 2 (10.2) B14293-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface must be implemented in order to receive notifications about events during the asynchronous transformation. The class implementing this interface must be added to the XSLTransformer using addXSLTransformerListener method.
| Method Summary | |
void |
xslTransformerError(XSLTransformerEvent p0)This method is called when parse or transformation error occur. |
void |
xslTransformerOver(XSLTransformerEvent p0)This method is called when the transformation is complete |
void |
xslTransformerStarted(XSLTransformerEvent p0)This method is called when the transformation starts |
| Method Detail |
public void xslTransformerError(XSLTransformerEvent p0)
p0 - - The XSLTransformerEvent object produced by the XSLTransformerpublic void xslTransformerOver(XSLTransformerEvent p0)
p0 - - The XSLTransformerEvent object produced by the XSLTransformerpublic void xslTransformerStarted(XSLTransformerEvent p0)
p0 - - The XSLTransformerEvent object produced by the XSLTransformer
|
Oracle® Database XML Java API Reference 10g Release 2 (10.2) B14293-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||